My Stuff
Community Articles: What Topic Should We Cover Next? Your idea could be our next feature—drop your suggestion now and spark the next big discussion!
-
Re: SOAP and REST
Hey @Andrii Siryi , I mean, do you prefer one over the other? Or are SOAP and REST supported equally? It's a hypothetical question - SOAP and REST APIs are different approaches to integration an…2 -
Re: Can it be possible to disable the item rate field in Sales order?
Hey @User_59L06 , You can implement the customizations Using the user event script before submitting action, you can disable item sublist fields for all roles except administrators field.updateDispla…2 -
Re: How to create a link from Item Record to Work Order?
Hey @User_M4JOC , If I understand correctly, you created a field in the item record 'standard quantity of pallets' and want to show it on the work orders item sublist. You can create a tran…2 -
Re: How to add expiration date to item line on packing list advanced PDF?
Hey @Maxeem-83 , As a customization, you can store inventory details as JSON objects in a field by using the user event after submit script. { [LINE_ID] : {inventoryNumber : 21022024, expirationDate …2 -
Re: How to post/attach a PDF through API call.
Hey @Sivasubramaniam, Sending a file using multipart/form-data content type in the options.body parameter is not supported. Can you try the below methods? You can send Base64 PDF content via POST API…2
